* keymap.c (QCadvertised_binding): New constant.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 Sep 2009 00:58:59 +0000 (00:58 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 Sep 2009 00:58:59 +0000 (00:58 +0000)
commit8dc833da8b31a4803d1b42adb39f3e4b7ccc95ae
treea9613a0a3eaade5b59583bf77d6ff8bcc1f2287f
parent721b42061132b55837f4a35527175c91fc0ad000
* keymap.c (QCadvertised_binding): New constant.
(syms_of_keymap): Initialize it.
(Fwhere_is_internal): Try and use bindings from :advertised-binding
if applicable.

* progmodes/xscheme.el (xscheme-evaluation-commands):
Put a :advertised-binding property rather than using
advertised-xscheme-send-previous-expression.
(advertised-xscheme-send-previous-expression): Declare obsolete.
* emulation/crisp.el (crisp-mode-map): Use `undo' rather than
`advertised-undo'.
(crisp-mode): Add corresponding bindings to
undo's :advertised-binding instead.
* dired.el (dired-mode-map): Put a :advertised-binding property rather
than using dired-advertised-find-file.
(dired-advertised-find-file):
* simple.el (advertised-undo):
* wid-edit.el (advertised-widget-backward): Declare obsolete.
(widget-keymap): Put a :advertised-binding property rather
than using advertised-widget-backward.
* bindings.el (ctl-x-map): Put a :advertised-binding property rather
than using advertised-undo.
* tutorial.el (tutorial--default-keys): Adjust accordingly.
12 files changed:
etc/NEWS
lisp/ChangeLog
lisp/bindings.el
lisp/dired.el
lisp/emulation/crisp.el
lisp/progmodes/xscheme.el
lisp/simple.el
lisp/startup.el
lisp/textmodes/picture.el
lisp/tutorial.el
lisp/wid-edit.el
src/keymap.c